home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / TEECHART / Src Code / TEEDB4C.CPP < prev    next >
Encoding:
C/C++ Source or Header  |  1998-10-24  |  734 b   |  20 lines

  1. //---------------------------------------------------------------------------
  2. #include <vcl.h>
  3. #pragma hdrstop
  4. USERES("teedb4C.res");
  5. USEPACKAGE("vcl35.bpi");
  6. USEPACKAGE("vcldb35.bpi");
  7. USEPACKAGE("tee4C.bpi");
  8. USEUNIT("DBChart.pas");
  9. USEPACKAGE("vclx35.bpi");
  10. //---------------------------------------------------------------------------
  11. #pragma package(smart_init)
  12. //---------------------------------------------------------------------------
  13. //   Package source.
  14. //---------------------------------------------------------------------------
  15. int WINAPI DllEntryPoint(HINSTANCE hinst, unsigned long reason, void*)
  16. {
  17.         return 1;
  18. }
  19. //---------------------------------------------------------------------------
  20.